RxShellContent class¶
Defined in
Namespace: ReactiveMarbles.ViewModel.MAUI
Assembly: ReactiveMarbles.ViewModel.MAUI.dll
Full name: ReactiveMarbles.ViewModel.MAUI.RxShellContent<T>
Modifiers: public
Summary¶
ReactiveShellContent.
Applies to
net8.0-android34.0, net8.0-ios17.2, net8.0-windows10.0.19041, net8.0-maccatalyst17.2
Class hierarchy
classDiagram
class RxShellContent~T~
class ShellContent
ShellContent <|-- RxShellContent~T~
Inherits from: ShellContent
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [RxShellContent](# class. |
Properties¶
| Name | Summary |
|---|---|
| ViewModel | Gets or sets the view model. |
| Contract | Gets or sets the contract for the view. |
Fields¶
| Name | Summary |
|---|---|
| static ContractProperty | The contract property. |
| static ViewModelProperty | The view model property. |